projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eaa6db
)
(auto-mode-alist): Add knowledge of .sx[dmicw] file
author
Francesco Potortì
<pot@gnu.org>
Fri, 5 Jul 2002 23:15:37 +0000
(23:15 +0000)
committer
Francesco Potortì
<pot@gnu.org>
Fri, 5 Jul 2002 23:15:37 +0000
(23:15 +0000)
suffixes for Open office data files.
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 3602452e485586d43ae1439f0c71f09eabf4f9d0..df2e640aed442ae30a07da8dfdd6785e71b977dd 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1554,6
+1554,7
@@
in that case, this function acts as if `enable-local-variables' were t."
("\\.tar\\'" . tar-mode)
("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\)\\'" . archive-mode)
("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\)\\'" . archive-mode)
+ ("\\.sx[dmicw]\\'" . archive-mode) ; Open office
;; Mailer puts message to be edited in
;; /tmp/Re.... or Message
("\\`/tmp/Re" . text-mode)